home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / frmset2 / unit1.dfm / unit1.txt
Text File  |  1996-04-08  |  653b  |  34 lines

  1. object Form1: TForm1
  2.   Left = 178
  3.   Top = 105
  4.   Width = 611
  5.   Height = 300
  6.   Caption = 'FormSet Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object FormSet1: TFormSet
  15.     Left = 0
  16.     Top = 252
  17.     Width = 603
  18.     Height = 21
  19.     Align = alBottom
  20.     Font.Color = clWindowText
  21.     Font.Height = -11
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = []
  24.     Tabs.Strings = (
  25.       'Page &1'
  26.       'Page &2'
  27.       'Page &3')
  28.     TabIndex = 0
  29.     OnClick = FormSet1Click
  30.     OnChange = FormSet1Change
  31.     OnTabLoad = FormSet1TabLoad
  32.   end
  33. end
  34.